home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if "%1" == "" goto verror
- if "%2" == "" goto verror
- if "%3" == "" goto verror
- %3
- md %2
- cd %2
- echo
- copy %1\*.*
- goto alldone
- :verror
- echo ╔═══════════════════════════════════════════╗
- echo ║ The correct command syntax is: ║
- echo ║ ║
- echo ║ d1 = Where to install from ie A: ║
- echo ║ d2 = Where to install to ie C: ║
- echo ╚═══════════════════════════════════════════╝
- goto end
- :alldone
- cls
- echo.
- echo *****************Installation Complete********************
- echo
- :end